﻿2026-06-23T07:04:30.1114035Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-23T07:04:30.1114437Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-23T07:04:30.1114684Z [36;1m$PIN = "0c95435"[0m
2026-06-23T07:04:30.1114922Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-23T07:04:30.1115167Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-23T07:04:30.1115556Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-23T07:04:30.1115931Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-23T07:04:30.1116224Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-23T07:04:30.1116510Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-23T07:04:30.1117421Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-23T07:04:30.1117765Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-23T07:04:30.1118058Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-23T07:04:30.1118335Z [36;1m}[0m
2026-06-23T07:04:30.1118503Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-23T07:04:30.1118754Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-23T07:04:30.1186477Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-23T07:04:30.1186796Z ##[endgroup]
2026-06-23T07:04:30.9813403Z    Compiling proc-macro2 v1.0.106
2026-06-23T07:04:30.9813884Z    Compiling unicode-ident v1.0.24
2026-06-23T07:04:30.9814239Z    Compiling quote v1.0.45
2026-06-23T07:04:30.9814506Z    Compiling cfg-if v1.0.4
2026-06-23T07:04:30.9814765Z    Compiling serde_core v1.0.228
2026-06-23T07:04:30.9815094Z    Compiling serde v1.0.228
2026-06-23T07:04:30.9815357Z    Compiling windows-link v0.2.1
2026-06-23T07:04:30.9815707Z    Compiling getrandom v0.3.4
2026-06-23T07:04:30.9816041Z    Compiling typenum v1.20.1
2026-06-23T07:04:30.9817034Z    Compiling portable-atomic v1.13.1
2026-06-23T07:04:30.9817658Z    Compiling version_check v0.9.5
2026-06-23T07:04:30.9818060Z    Compiling pin-project-lite v0.2.17
2026-06-23T07:04:30.9818622Z    Compiling critical-section v1.2.0
2026-06-23T07:04:30.9819601Z    Compiling shlex v2.0.1
2026-06-23T07:04:30.9825905Z    Compiling find-msvc-tools v0.1.9
2026-06-23T07:04:30.9832814Z    Compiling memchr v2.8.1
2026-06-23T07:04:31.0643446Z    Compiling windows-sys v0.61.2
2026-06-23T07:04:31.0906986Z    Compiling subtle v2.6.1
2026-06-23T07:04:31.1285671Z    Compiling smallvec v1.15.1
2026-06-23T07:04:31.1558727Z    Compiling equivalent v1.0.2
2026-06-23T07:04:31.1564312Z    Compiling futures-core v0.3.32
2026-06-23T07:04:31.2449495Z    Compiling bytes v1.11.1
2026-06-23T07:04:31.3001066Z    Compiling itoa v1.0.18
2026-06-23T07:04:31.3008852Z    Compiling semver v1.0.28
2026-06-23T07:04:31.3467529Z    Compiling stable_deref_trait v1.2.1
2026-06-23T07:04:31.3906318Z    Compiling log v0.4.32
2026-06-23T07:04:31.4100624Z    Compiling generic-array v0.14.7
2026-06-23T07:04:31.4359949Z    Compiling slab v0.4.12
2026-06-23T07:04:31.4909675Z    Compiling rustc_version v0.4.1
2026-06-23T07:04:31.5957248Z    Compiling futures-sink v0.3.32
2026-06-23T07:04:31.8278774Z    Compiling futures-io v0.3.32
2026-06-23T07:04:31.8388107Z    Compiling rustversion v1.0.22
2026-06-23T07:04:31.8786703Z    Compiling hashbrown v0.17.1
2026-06-23T07:04:31.9371376Z    Compiling futures-task v0.3.32
2026-06-23T07:04:31.9418771Z    Compiling getrandom v0.2.17
2026-06-23T07:04:32.0990163Z    Compiling cpufeatures v0.2.17
2026-06-23T07:04:32.1193151Z    Compiling fnv v1.0.7
2026-06-23T07:04:32.2181640Z    Compiling libc v0.2.186
2026-06-23T07:04:32.5046856Z    Compiling strsim v0.11.1
2026-06-23T07:04:32.5463009Z    Compiling futures-channel v0.3.32
2026-06-23T07:04:32.9822173Z    Compiling cfg_aliases v0.2.1
2026-06-23T07:04:33.0406117Z    Compiling rand_core v0.10.1
2026-06-23T07:04:33.0528742Z    Compiling jobserver v0.1.34
2026-06-23T07:04:33.1288171Z    Compiling writeable v0.6.3
2026-06-23T07:04:33.1607415Z    Compiling litemap v0.8.2
2026-06-23T07:04:33.1685470Z    Compiling autocfg v1.5.1
2026-06-23T07:04:33.1711156Z    Compiling ident_case v1.0.1
2026-06-23T07:04:33.2174270Z    Compiling getrandom v0.4.2
2026-06-23T07:04:33.2960006Z    Compiling cc v1.2.63
2026-06-23T07:04:33.3585209Z    Compiling dunce v1.0.5
2026-06-23T07:04:33.4179236Z    Compiling icu_properties_data v2.2.0
2026-06-23T07:04:33.4180229Z    Compiling icu_normalizer_data v2.2.0
2026-06-23T07:04:33.4551629Z    Compiling fs_extra v1.3.0
2026-06-23T07:04:33.5558761Z    Compiling indexmap v2.14.0
2026-06-23T07:04:33.6253342Z    Compiling syn v2.0.117
2026-06-23T07:04:33.6849411Z    Compiling utf8_iter v1.0.4
2026-06-23T07:04:33.7198706Z    Compiling percent-encoding v2.3.2
2026-06-23T07:04:33.7674954Z    Compiling http v1.4.1
2026-06-23T07:04:33.7711718Z    Compiling cpufeatures v0.3.0
2026-06-23T07:04:33.7804103Z    Compiling thiserror v2.0.18
2026-06-23T07:04:33.8585486Z    Compiling crypto-common v0.1.7
2026-06-23T07:04:33.8586026Z    Compiling aws-lc-rs v1.17.0
2026-06-23T07:04:33.8723724Z    Compiling unicode-segmentation v1.13.3
2026-06-23T07:04:33.9171785Z    Compiling scopeguard v1.2.0
2026-06-23T07:04:33.9354642Z    Compiling form_urlencoded v1.2.2
2026-06-23T07:04:33.9690554Z    Compiling lock_api v0.4.14
2026-06-23T07:04:33.9978124Z    Compiling chacha20 v0.10.0
2026-06-23T07:04:34.1068759Z    Compiling block-buffer v0.10.4
2026-06-23T07:04:34.1775937Z    Compiling cmake v0.1.58
2026-06-23T07:04:34.1920693Z    Compiling winapi v0.3.9
2026-06-23T07:04:34.2325996Z    Compiling untrusted v0.9.0
2026-06-23T07:04:34.2479734Z    Compiling bitflags v2.12.1
2026-06-23T07:04:34.2716743Z    Compiling digest v0.10.7
2026-06-23T07:04:34.3232813Z    Compiling num-traits v0.2.19
2026-06-23T07:04:34.3280920Z    Compiling windows-strings v0.5.1
2026-06-23T07:04:34.7010301Z    Compiling windows-result v0.4.1
2026-06-23T07:04:34.8027043Z    Compiling rustls v0.23.40
2026-06-23T07:04:34.8813832Z    Compiling ring v0.17.14
2026-06-23T07:04:34.9399936Z    Compiling aws-lc-sys v0.41.0
2026-06-23T07:04:35.0357921Z    Compiling heck v0.5.0
2026-06-23T07:04:35.6061008Z    Compiling rand v0.10.1
2026-06-23T07:04:35.6316003Z    Compiling convert_case v0.10.0
2026-06-23T07:04:35.7130209Z    Compiling atomic-waker v1.1.2
2026-06-23T07:04:35.7278599Z    Compiling unicode-xid v0.2.6
2026-06-23T07:04:35.7486555Z    Compiling anyhow v1.0.102
2026-06-23T07:04:35.7939893Z    Compiling const-oid v0.10.2
2026-06-23T07:04:35.8130079Z    Compiling parking_lot_core v0.9.12
2026-06-23T07:04:35.8172835Z    Compiling httparse v1.10.1
2026-06-23T07:04:35.8434222Z    Compiling zerocopy v0.8.50
2026-06-23T07:04:35.8707786Z    Compiling http-body v1.0.1
2026-06-23T07:04:35.9649336Z    Compiling curve25519-dalek v4.1.3
2026-06-23T07:04:36.0265690Z    Compiling hybrid-array v0.4.12
2026-06-23T07:04:36.1065059Z    Compiling ahash v0.8.12
2026-06-23T07:04:36.1372568Z    Compiling base64ct v1.8.3
2026-06-23T07:04:36.2130048Z    Compiling either v1.16.0
2026-06-23T07:04:36.3752151Z    Compiling powerfmt v0.2.0
2026-06-23T07:04:36.4447091Z    Compiling synstructure v0.13.2
2026-06-23T07:04:36.4629367Z    Compiling darling_core v0.20.11
2026-06-23T07:04:36.5033700Z    Compiling fastrand v2.4.1
2026-06-23T07:04:36.6370889Z    Compiling deranged v0.5.8
2026-06-23T07:04:36.6500436Z    Compiling pem-rfc7468 v1.0.0
2026-06-23T07:04:36.7286918Z    Compiling rand_core v0.6.4
2026-06-23T07:04:36.8502382Z    Compiling time-core v0.1.8
2026-06-23T07:04:36.8919181Z    Compiling socket2 v0.6.4
2026-06-23T07:04:36.9627207Z    Compiling mio v1.2.1
2026-06-23T07:04:37.0648049Z    Compiling try-lock v0.2.5
2026-06-23T07:04:37.1423987Z    Compiling zmij v1.0.21
2026-06-23T07:04:37.2385343Z    Compiling tinyvec_macros v0.1.1
2026-06-23T07:04:37.3949376Z    Compiling num-conv v0.2.2
2026-06-23T07:04:37.5526579Z    Compiling data-encoding v2.11.0
2026-06-23T07:04:37.7084827Z    Compiling tower-service v0.3.3
2026-06-23T07:04:37.7362834Z    Compiling vcpkg v0.2.15
2026-06-23T07:04:37.7923056Z    Compiling base64 v0.22.1
2026-06-23T07:04:37.8039125Z    Compiling pkg-config v0.3.33
2026-06-23T07:04:37.8046094Z    Compiling parking_lot v0.12.5
2026-06-23T07:04:37.9877194Z    Compiling want v0.3.1
2026-06-23T07:04:38.0638818Z    Compiling tinyvec v1.11.0
2026-06-23T07:04:38.1449071Z    Compiling crypto-common v0.2.2
2026-06-23T07:04:38.1778465Z    Compiling block-buffer v0.12.0
2026-06-23T07:04:38.2386243Z    Compiling sha2 v0.10.9
2026-06-23T07:04:38.3378402Z    Compiling vergen-lib v9.1.0
2026-06-23T07:04:38.3619589Z    Compiling serde_derive v1.0.228
2026-06-23T07:04:38.3839384Z    Compiling zeroize_derive v1.4.3
2026-06-23T07:04:38.4116325Z    Compiling zerofrom-derive v0.1.7
2026-06-23T07:04:38.4346111Z    Compiling tokio-macros v2.7.0
2026-06-23T07:04:38.5446035Z    Compiling yoke-derive v0.8.2
2026-06-23T07:04:38.5858365Z    Compiling futures-macro v0.3.32
2026-06-23T07:04:38.6471768Z    Compiling zerovec-derive v0.11.3
2026-06-23T07:04:38.6623188Z    Compiling displaydoc v0.2.6
2026-06-23T07:04:38.7839498Z    Compiling tracing-attributes v0.1.31
2026-06-23T07:04:38.7964144Z    Compiling thiserror-impl v2.0.18
2026-06-23T07:04:38.9173992Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-23T07:04:39.4102608Z    Compiling zeroize v1.8.2
2026-06-23T07:04:39.4870742Z    Compiling tokio v1.52.3
2026-06-23T07:04:39.5381352Z    Compiling darling_macro v0.20.11
2026-06-23T07:04:39.5417047Z    Compiling derive_more-impl v2.1.1
2026-06-23T07:04:39.5577655Z    Compiling n0-error-macros v0.1.3
2026-06-23T07:04:39.5686175Z    Compiling windows-implement v0.60.2
2026-06-23T07:04:39.6063973Z    Compiling futures-util v0.3.32
2026-06-23T07:04:39.7459632Z    Compiling rustls-pki-types v1.14.1
2026-06-23T07:04:40.0088262Z    Compiling darling v0.20.11
2026-06-23T07:04:40.0739417Z    Compiling spez v0.1.2
2026-06-23T07:04:40.1099062Z    Compiling windows-interface v0.59.3
2026-06-23T07:04:40.3380399Z    Compiling derive_builder_core v0.20.2
2026-06-23T07:04:40.4588752Z    Compiling zerofrom v0.1.8
2026-06-23T07:04:40.4991837Z    Compiling der v0.8.0-rc.10
2026-06-23T07:04:40.5127785Z    Compiling libsqlite3-sys v0.30.1
2026-06-23T07:04:40.6692394Z    Compiling pin-project-internal v1.1.13
2026-06-23T07:04:40.6713831Z    Compiling inout v0.1.4
2026-06-23T07:04:40.7049966Z    Compiling n0-error v0.1.3
2026-06-23T07:04:40.8145571Z    Compiling yoke v0.8.3
2026-06-23T07:04:40.8184470Z    Compiling n0-future v0.3.2
2026-06-23T07:04:41.0182552Z    Compiling cordyceps v0.3.4
2026-06-23T07:04:41.0229423Z    Compiling windows-core v0.62.2
2026-06-23T07:04:41.1735641Z    Compiling zerovec v0.11.6
2026-06-23T07:04:41.3062625Z    Compiling zerotrie v0.2.4
2026-06-23T07:04:41.3313780Z    Compiling spin v0.10.0
2026-06-23T07:04:41.3994028Z    Compiling crossbeam-utils v0.8.21
2026-06-23T07:04:41.4596249Z    Compiling parking v2.2.1
2026-06-23T07:04:41.6186615Z    Compiling derive_builder_macro v0.20.2
2026-06-23T07:04:41.6576449Z    Compiling serde_json v1.0.150
2026-06-23T07:04:41.6923902Z    Compiling signature v2.2.0
2026-06-23T07:04:41.7907593Z    Compiling tinystr v0.8.3
2026-06-23T07:04:41.7996048Z    Compiling potential_utf v0.1.5
2026-06-23T07:04:41.8482817Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-23T07:04:41.8793778Z    Compiling diatomic-waker v0.2.3
2026-06-23T07:04:41.8935933Z    Compiling icu_collections v2.2.0
2026-06-23T07:04:41.9672071Z    Compiling icu_locale_core v2.2.0
2026-06-23T07:04:41.9773816Z    Compiling httpdate v1.0.3
2026-06-23T07:04:42.0441656Z    Compiling winnow v1.0.3
2026-06-23T07:04:42.0570991Z    Compiling derive_builder v0.20.2
2026-06-23T07:04:42.0626293Z    Compiling futures-buffered v0.2.13
2026-06-23T07:04:42.2595364Z    Compiling pin-project v1.1.13
2026-06-23T07:04:42.2866732Z    Compiling ed25519 v2.2.3
2026-06-23T07:04:42.3208503Z    Compiling spki v0.8.0-rc.4
2026-06-23T07:04:42.4093455Z    Compiling futures-lite v2.6.1
2026-06-23T07:04:42.4615537Z    Compiling cipher v0.4.4
2026-06-23T07:04:42.6721075Z    Compiling digest v0.11.3
2026-06-23T07:04:42.7467839Z    Compiling icu_provider v2.2.0
2026-06-23T07:04:42.9030620Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-23T07:04:43.0440438Z    Compiling vergen-lib v0.1.6
2026-06-23T07:04:43.0613315Z    Compiling vergen v9.1.0
2026-06-23T07:04:43.1051998Z    Compiling universal-hash v0.5.1
2026-06-23T07:04:43.1723096Z    Compiling noq-udp v0.10.0
2026-06-23T07:04:43.3346992Z    Compiling tokio-util v0.7.18
2026-06-23T07:04:43.3627838Z    Compiling icu_normalizer v2.2.0
2026-06-23T07:04:43.3698904Z    Compiling icu_properties v2.2.0
2026-06-23T07:04:43.3985500Z    Compiling heapless v0.7.17
2026-06-23T07:04:43.5066985Z    Compiling ipnet v2.12.0
2026-06-23T07:04:43.5853285Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-23T07:04:43.6154535Z    Compiling sync_wrapper v1.0.2
2026-06-23T07:04:43.7276750Z    Compiling opaque-debug v0.3.1
2026-06-23T07:04:43.8084680Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-23T07:04:43.8133190Z    Compiling derive_more v2.1.1
2026-06-23T07:04:43.8424232Z    Compiling byteorder v1.5.0
2026-06-23T07:04:43.8449396Z    Compiling allocator-api2 v0.2.21
2026-06-23T07:04:43.9535126Z    Compiling once_cell v1.21.4
2026-06-23T07:04:44.0123522Z    Compiling hash32 v0.2.1
2026-06-23T07:04:44.0137737Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-23T07:04:44.0389484Z    Compiling prefix-trie v0.8.4
2026-06-23T07:04:44.0511640Z    Compiling polyval v0.6.2
2026-06-23T07:04:44.2020886Z    Compiling tracing-core v0.1.36
2026-06-23T07:04:44.3078074Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-23T07:04:44.3136748Z    Compiling futures-executor v0.3.32
2026-06-23T07:04:44.3399716Z    Compiling ed25519-dalek v2.2.0
2026-06-23T07:04:44.3627082Z    Compiling hashbrown v0.14.5
2026-06-23T07:04:44.4581476Z    Compiling vergen-gitcl v1.0.8
2026-06-23T07:04:44.5273452Z    Compiling spin v0.9.8
2026-06-23T07:04:44.7112786Z    Compiling tracing v0.1.44
2026-06-23T07:04:44.7170799Z    Compiling idna_adapter v1.2.2
2026-06-23T07:04:44.7304104Z    Compiling windows-threading v0.2.1
2026-06-23T07:04:44.7607322Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-23T07:04:44.7641216Z    Compiling tower-layer v0.3.3
2026-06-23T07:04:44.8018247Z    Compiling ryu v1.0.23
2026-06-23T07:04:44.8768839Z    Compiling idna v1.1.0
2026-06-23T07:04:44.9050484Z    Compiling signature v3.0.0
2026-06-23T07:04:44.9250609Z    Compiling fallible-iterator v0.3.0
2026-06-23T07:04:45.0131288Z    Compiling hashlink v0.9.1
2026-06-23T07:04:45.0562269Z    Compiling ed25519 v3.0.0-rc.4
2026-06-23T07:04:45.0562793Z    Compiling windows-future v0.3.2
2026-06-23T07:04:45.0563142Z    Compiling proc-macro-crate v3.5.0
2026-06-23T07:04:45.0812287Z    Compiling h2 v0.4.14
2026-06-23T07:04:45.1873184Z    Compiling url v2.5.8
2026-06-23T07:04:45.2829450Z    Compiling spt-proto v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-23T07:04:45.4139864Z    Compiling futures v0.3.32
2026-06-23T07:04:45.5123693Z    Compiling windows-targets v0.52.6
2026-06-23T07:04:45.5349809Z    Compiling ghash v0.5.1
2026-06-23T07:04:45.6366279Z    Compiling sha2 v0.11.0-rc.5
2026-06-23T07:04:45.6762161Z    Compiling rusqlite v0.32.1
2026-06-23T07:04:45.7613365Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-23T07:04:45.7790259Z    Compiling ctr v0.9.2
2026-06-23T07:04:45.8656244Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-23T07:04:45.8753826Z    Compiling aes v0.8.4
2026-06-23T07:04:45.9306416Z    Compiling windows-collections v0.3.2
2026-06-23T07:04:45.9588267Z    Compiling windows-numerics v0.3.1
2026-06-23T07:04:46.0071336Z    Compiling cobs v0.3.0
2026-06-23T07:04:46.0081051Z    Compiling postcard-derive v0.2.2
2026-06-23T07:04:46.2125793Z    Compiling time v0.3.47
2026-06-23T07:04:46.2126291Z    Compiling fs2 v0.4.3
2026-06-23T07:04:46.2242374Z    Compiling http-body-util v0.1.3
2026-06-23T07:04:46.3860215Z    Compiling aead v0.5.2
2026-06-23T07:04:46.4463213Z    Compiling widestring v1.2.1
2026-06-23T07:04:46.4946436Z    Compiling ipconfig v0.3.4
2026-06-23T07:04:46.5027303Z    Compiling aes-gcm v0.10.3
2026-06-23T07:04:46.5236351Z    Compiling spt-store v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-23T07:04:46.5696188Z    Compiling windows v0.62.2
2026-06-23T07:04:46.6283502Z    Compiling data-encoding-macro v0.1.20
2026-06-23T07:04:46.6709919Z    Compiling postcard v1.1.3
2026-06-23T07:04:46.7026447Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-23T07:04:46.8060545Z    Compiling num_enum_derive v0.7.6
2026-06-23T07:04:46.8691002Z    Compiling windows-sys v0.59.0
2026-06-23T07:04:46.9089682Z    Compiling tower v0.5.3
2026-06-23T07:04:47.0750026Z    Compiling crossbeam-epoch v0.9.18
2026-06-23T07:04:47.1852762Z    Compiling crossbeam-channel v0.5.15
2026-06-23T07:04:47.4150651Z    Compiling chrono v0.4.45
2026-06-23T07:04:47.4218736Z    Compiling enum-assoc v1.3.0
2026-06-23T07:04:47.5167315Z    Compiling iroh-metrics-derive v0.4.1
2026-06-23T07:04:47.5199022Z    Compiling async-trait v0.1.89
2026-06-23T07:04:47.5491435Z    Compiling strum_macros v0.28.0
2026-06-23T07:04:47.9353874Z    Compiling windows-registry v0.6.1
2026-06-23T07:04:48.0021832Z    Compiling uuid v1.23.2
2026-06-23T07:04:48.0420014Z    Compiling blake3 v1.8.5
2026-06-23T07:04:48.0568501Z    Compiling memoffset v0.6.5
2026-06-23T07:04:48.2593413Z    Compiling netwatch v0.16.0
2026-06-23T07:04:48.2755352Z    Compiling noq v0.18.0
2026-06-23T07:04:48.3619939Z    Compiling acto v0.8.2
2026-06-23T07:04:48.3727589Z    Compiling thiserror v1.0.69
2026-06-23T07:04:48.4925917Z    Compiling rustc-hash v2.1.2
2026-06-23T07:04:48.5300996Z    Compiling tagptr v0.2.0
2026-06-23T07:04:48.5919782Z    Compiling lru-slab v0.1.2
2026-06-23T07:04:48.6049866Z    Compiling xml-rs v0.8.28
2026-06-23T07:04:48.6595053Z    Compiling identity-hash v0.1.0
2026-06-23T07:04:48.6705283Z    Compiling mac-addr v0.3.0
2026-06-23T07:04:48.6993629Z    Compiling foldhash v0.2.0
2026-06-23T07:04:48.7173926Z    Compiling sorted-index-buffer v0.2.1
2026-06-23T07:04:48.7780149Z    Compiling ref-cast v1.0.25
2026-06-23T07:04:48.8019698Z    Compiling iroh-relay v0.98.0
2026-06-23T07:04:48.8989110Z    Compiling hyper v1.10.1
2026-06-23T07:04:48.9039459Z    Compiling hashbrown v0.16.1
2026-06-23T07:04:48.9415447Z    Compiling spt-msg v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-23T07:04:48.9508265Z    Compiling netdev v0.42.0
2026-06-23T07:04:48.9699327Z    Compiling moka v0.12.15
2026-06-23T07:04:49.5484991Z    Compiling xmltree v0.10.3
2026-06-23T07:04:49.7537417Z    Compiling num_enum v0.7.6
2026-06-23T07:04:49.7775519Z    Compiling iroh-metrics v0.38.3
2026-06-23T07:04:49.7861371Z    Compiling tower-http v0.6.11
2026-06-23T07:04:49.8377475Z    Compiling iroh-base v0.98.0
2026-06-23T07:04:49.8405432Z    Compiling attohttpc v0.30.1
2026-06-23T07:04:50.0529770Z    Compiling n0-watcher v0.6.1
2026-06-23T07:04:50.1431184Z    Compiling hyper-util v0.1.20
2026-06-23T07:04:50.2026586Z    Compiling strum v0.28.0
2026-06-23T07:04:50.2446575Z    Compiling tokio-stream v0.1.18
2026-06-23T07:04:50.2913877Z    Compiling toml_datetime v0.6.11
2026-06-23T07:04:50.3247746Z    Compiling serde_spanned v0.6.9
2026-06-23T07:04:50.3472761Z    Compiling thiserror-impl v1.0.69
2026-06-23T07:04:50.4900872Z    Compiling ref-cast-impl v1.0.25
2026-06-23T07:04:50.5803500Z    Compiling serde_derive_internals v0.29.1
2026-06-23T07:04:50.6096436Z    Compiling simple-dns v0.9.3
2026-06-23T07:04:50.6096956Z    Compiling serial-core v0.4.0
2026-06-23T07:04:50.8824564Z    Compiling aho-corasick v1.1.4
2026-06-23T07:04:50.9558023Z    Compiling winnow v0.7.15
2026-06-23T07:04:51.1354039Z    Compiling winreg v0.10.1
2026-06-23T07:04:51.1378457Z    Compiling sha1_smol v1.0.1
2026-06-23T07:04:51.2101278Z    Compiling resolv-conf v0.7.6
2026-06-23T07:04:51.2725092Z    Compiling regex-syntax v0.8.10
2026-06-23T07:04:51.4103308Z    Compiling arrayvec v0.7.6
2026-06-23T07:04:51.4241022Z    Compiling constant_time_eq v0.4.2
2026-06-23T07:04:51.4332467Z    Compiling simdutf8 v0.1.5
2026-06-23T07:04:51.4465847Z    Compiling smol_str v0.1.24
2026-06-23T07:04:51.6078144Z    Compiling arrayref v0.3.9
2026-06-23T07:04:51.6463000Z    Compiling toml_write v0.1.2
2026-06-23T07:04:51.7435027Z    Compiling iroh-dns v0.98.0
2026-06-23T07:04:51.7543720Z    Compiling igd-next v0.17.1
2026-06-23T07:04:51.8509324Z    Compiling schemars_derive v1.2.1
2026-06-23T07:04:51.8959404Z    Compiling serial-windows v0.4.0
2026-06-23T07:04:52.1011819Z    Compiling lru v0.16.4
2026-06-23T07:04:52.2113892Z    Compiling webpki-roots v1.0.7
2026-06-23T07:04:52.3056453Z    Compiling seize v0.5.1
2026-06-23T07:04:52.3166454Z    Compiling darling_core v0.23.0
2026-06-23T07:04:52.3381326Z    Compiling hmac v0.12.1
2026-06-23T07:04:52.3381801Z    Compiling serde_bytes v0.11.19
2026-06-23T07:04:52.3702240Z    Compiling iroh v0.98.2
2026-06-23T07:04:52.4421452Z    Compiling bitflags v1.3.2
2026-06-23T07:04:52.4991524Z    Compiling utf8parse v0.2.2
2026-06-23T07:04:52.5405755Z    Compiling dyn-clone v1.0.20
2026-06-23T07:04:52.5777415Z    Compiling anstyle v1.0.14
2026-06-23T07:04:52.6234553Z    Compiling lazy_static v1.5.0
2026-06-23T07:04:52.6235064Z    Compiling pin-utils v0.1.0
2026-06-23T07:04:52.7134613Z    Compiling cmov v0.5.4
2026-06-23T07:04:52.7155306Z    Compiling once_cell_polyfill v1.70.2
2026-06-23T07:04:52.7273656Z    Compiling shared_library v0.1.9
2026-06-23T07:04:52.7882992Z    Compiling toml_edit v0.22.27
2026-06-23T07:04:52.8016073Z    Compiling anstyle-wincon v3.0.11
2026-06-23T07:04:52.8241514Z    Compiling nix v0.25.1
2026-06-23T07:04:52.8458647Z    Compiling anstyle-parse v1.0.0
2026-06-23T07:04:52.9359768Z    Compiling ctutils v0.4.2
2026-06-23T07:04:52.9441951Z    Compiling papaya v0.2.4
2026-06-23T07:04:53.0627830Z    Compiling hkdf v0.12.4
2026-06-23T07:04:53.0661593Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-23T07:04:53.0706699Z    Compiling serial v0.4.0
2026-06-23T07:04:53.1214038Z    Compiling filedescriptor v0.8.3
2026-06-23T07:04:53.1859339Z    Compiling regex-automata v0.4.14
2026-06-23T07:04:53.2175904Z    Compiling backon v1.6.0
2026-06-23T07:04:53.2585139Z    Compiling anstyle-query v1.1.5
2026-06-23T07:04:53.3933856Z    Compiling foldhash v0.1.5
2026-06-23T07:04:53.3964937Z    Compiling is_terminal_polyfill v1.70.2
2026-06-23T07:04:53.4386095Z    Compiling paste v1.0.15
2026-06-23T07:04:53.4909131Z    Compiling downcast-rs v1.2.1
2026-06-23T07:04:53.5254833Z    Compiling shell-words v1.1.1
2026-06-23T07:04:53.5950361Z    Compiling instability v0.3.12
2026-06-23T07:04:53.6255830Z    Compiling colorchoice v1.0.5
2026-06-23T07:04:53.7379410Z    Compiling schemars v1.2.1
2026-06-23T07:04:53.7833623Z    Compiling anstream v1.0.0
2026-06-23T07:04:53.8190242Z    Compiling portable-pty v0.8.1
2026-06-23T07:04:53.8312832Z    Compiling hashbrown v0.15.5
2026-06-23T07:04:54.0065669Z    Compiling spake2 v0.4.0
2026-06-23T07:04:54.0801590Z    Compiling strum_macros v0.26.4
2026-06-23T07:04:54.3211503Z    Compiling crossterm_winapi v0.9.1
2026-06-23T07:04:54.3292617Z    Compiling terminal_size v0.4.4
2026-06-23T07:04:54.5132858Z    Compiling itertools v0.13.0
2026-06-23T07:04:54.6029449Z    Compiling sha1 v0.10.6
2026-06-23T07:04:54.6030245Z    Compiling castaway v0.2.4
2026-06-23T07:04:54.7559830Z    Compiling toml v0.8.23
2026-06-23T07:04:54.8773393Z    Compiling indoc v2.0.7
2026-06-23T07:04:54.8773939Z    Compiling clap_lex v1.1.0
2026-06-23T07:04:55.2156837Z    Compiling unicode-width v0.1.14
2026-06-23T07:04:55.3745364Z    Compiling regex v1.12.3
2026-06-23T07:04:55.3926761Z    Compiling static_assertions v1.1.0
2026-06-23T07:04:55.4700847Z    Compiling recvmsg v1.0.0
2026-06-23T07:04:55.5403078Z    Compiling doctest-file v1.1.1
2026-06-23T07:04:55.5644565Z    Compiling compact_str v0.8.2
2026-06-23T07:04:55.6856669Z    Compiling darling_macro v0.23.0
2026-06-23T07:04:55.8086050Z    Compiling spt-runtime v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-23T07:04:55.8670167Z    Compiling clap_builder v4.6.0
2026-06-23T07:04:56.0237824Z    Compiling unicode-truncate v1.1.0
2026-06-23T07:04:56.0735066Z    Compiling wmi v0.18.4
2026-06-23T07:04:56.1188297Z    Compiling strum v0.26.3
2026-06-23T07:04:56.1476979Z    Compiling interprocess v2.4.2
2026-06-23T07:04:56.1511140Z    Compiling darling v0.23.0
2026-06-23T07:04:56.2134483Z    Compiling crossterm v0.28.1
2026-06-23T07:04:56.2410705Z    Compiling lru v0.12.5
2026-06-23T07:04:56.4176959Z    Compiling spt-term v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-23T07:04:56.4663172Z    Compiling clap_derive v4.6.1
2026-06-23T07:04:57.1198966Z    Compiling unicode-width v0.2.0
2026-06-23T07:04:57.4134533Z    Compiling error-code v3.3.2
2026-06-23T07:04:57.5138948Z    Compiling cassowary v0.3.0
2026-06-23T07:04:57.5664041Z    Compiling clipboard-win v5.4.1
2026-06-23T07:04:57.7635258Z    Compiling nucleo-matcher v0.3.1
2026-06-23T07:04:57.7712433Z    Compiling qrcode v0.14.1
2026-06-23T07:04:57.7765243Z    Compiling tempfile v3.27.0
2026-06-23T07:04:58.1083071Z    Compiling portmapper v0.16.0
2026-06-23T07:04:58.1339522Z    Compiling spt-live v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-23T07:04:58.2435444Z    Compiling ratatui v0.29.0
2026-06-23T07:04:58.5361223Z    Compiling clap v4.6.1
2026-06-23T07:05:10.1107686Z    Compiling rustls-webpki v0.103.13
2026-06-23T07:05:12.3080052Z    Compiling tokio-rustls v0.26.4
2026-06-23T07:05:12.3080395Z    Compiling rustls-platform-verifier v0.7.0
2026-06-23T07:05:12.3080661Z    Compiling noq-proto v0.17.0
2026-06-23T07:05:12.4645835Z    Compiling hickory-net v0.26.0-beta.4
2026-06-23T07:05:12.4646171Z    Compiling hyper-rustls v0.27.9
2026-06-23T07:05:12.4646504Z    Compiling tokio-websockets v0.13.2
2026-06-23T07:05:12.6230717Z    Compiling reqwest v0.13.4
2026-06-23T07:05:13.5748366Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-23T07:05:30.4436807Z    Compiling spt-net v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-23T07:05:31.7604896Z    Compiling spt-daemon v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-23T07:05:40.4029352Z    Compiling spt v0.13.2 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-23T07:05:47.8533721Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s
2026-06-23T07:05:47.8749955Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-a9e5e142e5806a20.exe)
2026-06-23T07:05:47.9252429Z 
2026-06-23T07:05:47.9252874Z running 1 test
2026-06-23T07:05:55.8589803Z test new_brain_serves_against_old_broker ... ok
2026-06-23T07:05:55.8590030Z 
2026-06-23T07:05:55.8590231Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.93s
2026-06-23T07:05:55.8590517Z 
